From 6ef7f8ed0da69526e54f023cbb73759796b90f2f Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Aug 2002 05:26:13 +0000 Subject: [PATCH] Start easing in Cetus support. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@19 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 2f3c5289a..04e9eee9d 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -1,17 +1,17 @@ -CFLAGS=-g +CFLAGS=-g #-Lcoldsync FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ - gpsutil.o tiger.o pcx.o csv.o + gpsutil.o tiger.o pcx.o csv.o cetus.o OBJS=main.o queue.o route.o waypt.o util.o vecs.o $(FMTS) all: gpsbabel gpsbabel: $(OBJS) - $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm + $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm #-lpdb clean: - rm -f $(OBJS) gpsbabel + rm -f $(OBJS) gpsbabel gpsbabel.exe mapsend.o: mapsend.h magproto.o: magellan.h -- 2.30.2